-
Notifications
You must be signed in to change notification settings - Fork 0
/
Year 21 - Big Data
75 lines (74 loc) · 1 KB
/
Year 21 - Big Data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
-- 7 Billion Humans (2235) --
-- 21: Big Data by yifeixuer [https://steamcommunity.com/profiles/76561198831890282], --
-- @commonnickname and @abfipes12 --
-- calculated expected => 68.31% ; failed 29 out of 100 => 71% successful --
step s
takefrom s
if myitem == datacube:
if myitem < 50:
step ne
drop
step s
jump a
endif
else:
step sw
takefrom se
if myitem == datacube:
if myitem < 50:
step e
drop
a:
takefrom sw
jump b
endif
else:
step s
if se == printer:
takefrom se
if myitem < 50:
step nw
drop
step s
jump c
endif
else:
step s
takefrom se
if myitem < 50:
step w
drop
c:
takefrom se
b:
if myitem >= 50:
jump d
endif
step w
giveto s
step e
takefrom s
if myitem >= 50:
d:
jump e
endif
step w
giveto s
step e
takefrom s
if myitem >= 50:
e:
jump f
endif
step w
giveto s
step e
takefrom s
endif
endif
endif
endif
f:
g:
step n
jump g